home *** CD-ROM | disk | FTP | other *** search
- //////////
- //
- // File: QTMissingComp.h
- //
- // Contains: Sample code for detecting missing QuickTime components.
- //
- // Written by: Tim Monroe
- //
- // Copyright: © 1999 by Apple Computer, Inc., all rights reserved.
- //
- // Change History (most recent first):
- //
- // <1> 03/24/99 rtm first file
- //
- //////////
-
- #include <Components.h>
-
- // function prototypes
- Boolean QTMissing_IsComponentOfTypeAvailable (OSType theType, OSType theSubType);
-